home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 476-500 / disk_479 / uucp / uucp113.1.lzh / uucp1 / lib / aliases < prev    next >
Text File  |  1990-12-26  |  1KB  |  66 lines

  1.  
  2. #   SENDMAIL ALIASES.
  3. #
  4. # Alias for mailer daemon.  REFER TO MAN:Aliases for more information.
  5. #
  6. #   #    comment character (must be first char on line)
  7. #   name: addr, addr, addr, addr,
  8. #      addr, addr, addr, addr
  9. #
  10. #    ^
  11. #     note:     single colon - do not expand aliases in To: line
  12. #         double colon - expand aliases in To: line
  13. #
  14. #   addr can be (1) any path
  15. #        (2) >file   (append to said file)
  16. #        (3) <file   (include addresses from file, one per line)
  17. #        (4) "|command"  (pipe through a command)
  18. #        (5) \user   (if user is an alias this ignores the alias)
  19. #
  20. #   note that each addr must be comma delimited, and line continuation
  21. #   depends on whether the last addr on the line has a comma after it.
  22.  
  23. MAILER-DAEMON: postmaster
  24.  
  25. # Following alias is required by the new mail protocol, RFC 822
  26. postmaster: foo
  27.  
  28. # Aliases to handle mail to msgs and news
  29.  
  30. # Alias for uucp maintenance
  31. uucplist: root
  32. uucp: uucplist
  33.  
  34. # System
  35. manager: foo
  36. operator: manager
  37. staff: foo
  38. nobody:
  39.  
  40. #
  41. # smart-aleck aliases
  42. #
  43. daemon: manager
  44. lp: manager
  45. usrlimit: manager
  46.  
  47. #
  48. #   User
  49. #
  50. #   send mail for foo to foo and also archive it.
  51.  
  52. foo: \foo, >uumail:mbox
  53.  
  54. friend: fubar!friend
  55.  
  56. # William P. Loftus
  57. wpl: PRC.Unisys.COM!wpl
  58.  
  59. # Matt Dillon
  60. dillon: uunet.uu.net!overload!dillon
  61.  
  62. # Fred Fish, 1835 East Belmont Dr, Tempe, Arizona 85284
  63. # 1-602-491-0048
  64. fish:    cs.utexas.edu!asuvax!mcdphx!estinc!fnf
  65.  
  66.